Skip to content

Djuno-Ltd/djuno-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djuno-design Djuno Design

djuno-design is a lightweight, tailwindCSS-based, and wrapper-approach library for React to develop front-end projects easily.

1. Install

npm

npm i djuno-design

yarn

yarn add djuno-design

2. Import styles at the top of your component tree

import "djuno-design/dist/index.css";

3. Simply you can import all components everywere

import { Button } from "djuno-design";

function App() {
  return (
    <>
      <Button>Click!</Button>
    </>
  );
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •