@lessondesk/schoolbus

🚌 Lesson Desk Component Library

Usage no npm install needed!

<script type="module">
  import lessondeskSchoolbus from 'https://cdn.skypack.dev/@lessondesk/schoolbus';
</script>

README

🚌 School Bus

lessondesk-code-style Storybook

Lesson Desk Component Library

About

School Bus is a Component Library which provides developers with the easiest possible way of building Lesson Desk’s products.

Motivation

In order to create a great experience for our users, the component library is intented to be a single source of truth for all stakeholders.

Goals

  • Create consistency across products.
  • Speed up design and development velocity.
  • Improve overall quality of the codebase.
  • Provide a base set of components that can be reused in many contexts.

Install

The following peer dependencies are required:

"@lessondesk/material-icons": "^1.0.2",
"formik": "2.1.5",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"just-toasty": "^1.3.0",
"styled-components": "^4.3.2"

Afterwards, you can install the library:

npm install @lessondesk/schoolbus
# OR
yarn add @lessondesk/schoolbus

Contributing

Contributions are welcome. Please open up an issue or create PR if you would like to help out.

For all contributors, please be sure to read the Contributing doc.

Credits

This component library was heavily inspired by the excellent Priceline.com Design System.

License

MIT