1.0.17 • Published 1 year ago

e2n-ui v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

e2n ui component library

e2n-ui is currently in BETA

e2n-ui is a React component library used by e2n. Our goal is to develop UI components for creating a user interface according to our design guidelines.

Installation

You can add e2n-ui as a dependency via npm or yarn:

yarn:
yarn add @e2n/ui
npm:
npm add @e2n/ui

Browse components with Storybook

We use Storybook to display our components. Feel free to start Storybook and have a look at our components.

// Install dependencies
yarn install

// Start storybook
yarn storybook