Skip to content

talkiiing-team/ui

Repository files navigation

/talkiiing React UI

The component library for fast and accessible development of gorgeous interfaces.

🚀 Usage

Install

npm i @talkiiing/react-ui

Inside tailwind.config.js

const merge = require('@talkiiing/ui/config')
module.exports = merge({
  purge: [],
  theme: {
    extend: {},
  },
  variants: {},
  plugins: [],
})

Use components inside your project

import { BasicComponent } from '@talkiiing/ui'

function App() {
  return <BasicComponent name="talkiiing" />
}

export default App

🔌 Contributing

  • Fork
  • Clone
  • npm install
  • npm run storybook

It will start a local server at localhost:6006 with all components rendered.

About

Our React UI

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors