0.1.2 • Published 2 years ago

tenx-ui-lib v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

This repo is for building TenX UI component library

Tools

  • create-react-app - set up React dev environment. We removed /public and other initial assets since this is not for building a website. We export components in index.js to expose them to the public.
    • TypeScript - we use TS to make more reliable components.
  • Tailwind - utility-first postcss tool. easy theming and responsive design.
  • StoryBook - easy-to-use automated debugging, playground and documentation.