usameavci / typed-themes-template

A starter template project for anyone wanting to build a typed theme system in React and Tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typed Themes Template

This is a starter template project for anyone wanting to build a typed theme system in React and Tailwind.

  1. Storybook: for building presentation components.
  2. Tailwind: for styling.

Get Started

To get a complete zero starting template, checkout to the zero branch: git checkout zero

  1. yarn
  2. yarn storybook

Development

  • All components are in src/components
  • All stories for components are in src/stories

About

A starter template project for anyone wanting to build a typed theme system in React and Tailwind

License:MIT License


Languages

Language:CSS 98.5%Language:TypeScript 1.1%Language:JavaScript 0.2%Language:HTML 0.2%