@ashish_jha_fe/retro_ui v1.0.1
š¹ retro_ui
A simple React component library built by Ashish Jha ā for projects that need clean, reusable UI components fast.
ā”ļø Work in progress ā feel free to contribute or fork!
š Installation
yarn add @ashish_jha_fe/retro_ui
Or using npm:
npm install @ashish_jha_fe/retro_ui
š Usage
import React from 'react'; import { Button } from '@ashish_jha_fe/retro_ui';
const App = () => { return Click Me; };
export default App;
Note: Your project must have react and react-dom installed as peer dependencies.
š Components
All components live under:
src/components/
Example components:
Button
Modal
Tooltip
...and more to come!
š ļø Local Development
yarn install yarn build
To test your components locally:
yarn link
then in a test project
yarn link @ashish_jha_fe/retro_ui
š License
MIT