Skip to content

donerui/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Döner UI Base

Base components, utilities and hooks for donerui ecosystem

Installation

npm install @donerui/base

or using yarn:

yarn add @donerui/base

Usage

Once you have included @donerui in your project and configured Tailwind CSS, you can start using the components as follows:

import { ... } from '@donerui/base';

function App() {
  return (
    <div>
      ...
    </div>
  );
}

Contributing

We welcome contributions to @donerui! If you have suggestions or issues, please file them as issues on our GitHub repository at github.com/donerui/base.

License

@donerui is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published