Dropship is a component library designed to provide reusable UI components for your projects. It includes a variety of atoms, molecules, and organisms to help you build consistent and maintainable user interfaces.
You can see the latest build of Dropship on Storybook at https://dropship-storybook.vercel.app/.
You can install Dropship via npm. To install the package, run:
npm install @jasonrundell/dropship
To install the project dependencies for development, run:
npm install
To start the development server and view the components in Storybook, run:
npm run storybook
Atoms are the basic building blocks of a user interface. They include elements like buttons, inputs, and links. Here are all of the atoms included in Dropship:
- Blockquote
- Box
- Button
- Container
- Grid
- Heading
- Link
- Row
- Spacer
This project uses Storybook for developing and showcasing components. You can find stories for various components in the src/stories directory.
Here are some useful scripts you can run:
npm run build
: Builds the project.npm run start
: Starts the development server.npm run test
: Runs the tests.npm run storybook
: Starts the Storybook server.
If you would like to contribute, please follow the contributing guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.