@coconut-software/ui

React components for faster and easier web development.

Usage no npm install needed!

<script type="module">
  import coconutSoftwareUi from 'https://cdn.skypack.dev/@coconut-software/ui';
</script>

README

UI Components | Coconut Software

React components for faster and easier web development.

npm package npm downloads Code style

Upgrading

Please see UPGRADE for details.

Set Up

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

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.