Skip to content

A library to provide components and utils to Daktus applications

Notifications You must be signed in to change notification settings

daktus/daktus-components

Repository files navigation


Daktus components library for React


Provides a set of React components and utils to create Daktus webapps.

Documentation 📝

Comming soon


Installing ⬇️

To use Daktus components, all you need to do is install the @daktus/components package and its peer dependencies:

$ yarn add @daktus/components

# or

$ npm i @daktus/components

Usage 💻

To start using the components, please follow these steps:

  1. Import components from @daktus/components then use it:
import { Button } from '@daktus/components'

function Example() {
  return <Button>I am just a Button</Button>
}

More on (Documentation).

About

A library to provide components and utils to Daktus applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published