1.0.2 • Published 2 years ago

infojobs-ui v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago