0.0.10 • Published 3 months ago

jsc-uui v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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: