1.0.2 • Published 12 months ago

infojobs-ui v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

💼 InfoJobs UI

React components following InfoJobs style guide

👀 Demo

Visit the docs site to take a look at all the components

▶️ Getting started

  1. Install the package
npm install infojobs-ui
  1. Import the stylesheet in the root of your project

Make sure to import it before your global styles

import 'infojobs-ui/dist/style.css'
import './styles/globals.css'

ReactDOM.createRoot(document.getElementById('root')).render(
  <React.StrictMode>
    <App />
  </React.StrictMode>
)
  1. Enjoy!
import { Accordion } from 'infojobs-ui'

export default function App() {
  return (
    <Accordion
      items={[
        { element: <span>lorem ipsum dolor</span>, label: 'First item' },
        { element: <div>lorem ipsum dolor</div>, label: 'Second item' },
        { element: <article>lorem ipsum dolor</article>, label: 'Third item' }
      ]}
    />
  )
}

Components

List of all the components available

  • Accordion
  • Tabs
  • Tooltip
  • Toggle
  • Button
  • Breadcrumb

🚀 Stack

  • ⚛️ React
  • 💄TailwindCSS
1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.6.2

12 months ago

0.6.1

12 months ago

0.6.0

12 months ago

0.5.1

12 months ago

0.4.2

12 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.0

12 months ago

0.0.1

12 months ago