@coconut-software/ui
v0.18.14
Published
React components for faster and easier web development.
Downloads
2,351
Readme
UI Components | Coconut Software
React components for faster and easier web development.
Upgrading
Please see UPGRADE for details.
Releasing
Please see RELEASE for details.
Setup
Run the following commands to get up and running with this project.
yarn install
yarn run build
We use StorybookJS for developing our UI components in isolation. In order to get Storybook running, run the following command:
yarn run storybook
Recommended IDE Setup
When developing any TypeScript project within Coconut Software, the recommended approach is to install VSCode and install the recommended plugins. This project might recommend extra plugins specifically for it's use case.
Recommended Plugins
- ESLint
- Headwind
- JavaScript and TypeScript Nightly
- Jest
- Prettier - Code formatter
- Tailwind CSS IntelliSense
- TypeScript Hero
Creating a static export
yarn install
yarn run build
yarn run storybook:export
This will create a storybook-static
folder that you can open up directly on your own device or zip up to share with others.