jsc-uui
v0.0.10
Published
UI Components with React & Typescript with TailwindCSS
Downloads
4
Maintainers
Readme
jobseeker-ui
- jobseeker-ui is a component library with React, Typescript and Tailwind CSS.
Install
npm install jobseeker-ui
# or
yarn add jobseeker-ui
Usage
- Add the
index.css
file to the root of your project.
import 'jobseeker-ui/dist/index.css';
- Import components and use them.
import { Button } from 'jobseeker-ui';
const App = () => {
return (
<div>
<Button buttonType="outline" label="Jobseeker Company" />
</div>
);
};
Roadmap
- HelloWorld :heavy_check_mark:
- Button :construction:
- Input :construction:
- Select :construction: