Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.
/ junhoyeo-ui Public archive

🍊 Cool, Trendy and Typed UI Component Library for React

License

Notifications You must be signed in to change notification settings

junhoyeo/junhoyeo-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🍊 @junhoyeo/ui

Cool, Trendy and Typed UI Component Library for React.js

npm version weekly downloads npm bundle size license

NPM

πŸ“¦ Installation

npm install @junhoyeo/ui
# Or using yarn
yarn add @junhoyeo/ui

πŸš€ Usage

One Import

Say goodbye for going back to the beginning of a file to add a new import every time you're going to use another component!

import JunoUI from '@junhoyeo/ui';

export default () => (
  <JunoUI.ServiceWrapper>
    <JunoUI.Title>
      Enables Consistent immersion
    </JunoUI.Title>
    <JunoUI.Input />
    <JunoUI.Button />
  </JunoUI.ServiceWrapper>
);

About

🍊 Cool, Trendy and Typed UI Component Library for React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published