Skip to content

thotluna/components

Repository files navigation

Component Librery


It's a library of components that Storybook uses. Implementing the methodology of Desing tokens in Desing Sistem

Getting Started


To install it as a dependency of your project you must:

The prerequisite for using this package is having React installed. if you are using nextjs you should install next-transpile-modules and configure it

  1. install
npm install @thot/components o yarn add -D @thot/components
  1. Import from @thot/component/styles/styles.css in entry point. employment in Next Js would be in _app.js
import '@thot/components/styles/styles.css'
  1. Import component and Use
import { Buttons } from '@thot/components'

Button

Contributing


This library was made based on a series of videos made by Guillermo Rodas on YouTube [video list][https://www.youtube.com/watch?v=zfxP2VvP_Dw&list=PLKBvDYynKmlV91NjrOx11ZmKDlsxBeijc]. Several modifications were added.

License


Distributed under the MIT License. See LICENSE for more information.

Contact


Eladio Feijoo - @Eladiofeijoo - [email protected]

Project Link: https://github.com/thotluna/components