0.1.9-0 • Published 5 months ago

@kabisa/ui-components v0.1.9-0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Dashboard UI Components

Component set to easily build settings screens.

Running storybook

yarn storybook

Using components from this package

In your project:

yarn add @dashboard-platform/ui-components

In your Widget Settings Renderer:

import { SlideToggle } from "@dashboard-platform/ui-components";

Components / Elements list:

Done

Nothing yet

Usable, no styling

  • Slide Toggle

Missing

  • Label
  • Orderable list
  • List card
  • Select

How to build components

Most of the components could be simple wrappers around standard HTML components, mainly adding a consistent styling or more easy to use technical interface.

For more complex components please check out if there is a suitable 'headless' component available, that we can style to our needs.

Sites to check out for nice components:

Some components I really liked and would recommend when needed: