jsc-uui
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

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 ✔️
  • Button 🚧
  • Input 🚧
  • Select 🚧

Package Sidebar

Install

npm i jsc-uui

Weekly Downloads

2

Version

0.0.10

License

MIT

Unpacked Size

186 kB

Total Files

16

Last publish

Collaborators

  • dedeardiansya