danieldelcore / precursor

A UI library and place for all of the components we've written a hundred times.
7 stars 0 forks source link

precursor Logo

Precursor

Start your projects with a minimalistic, composable, lightweight and themable component library.

Layout & Composability šŸ’Ž

Theming šŸ’…

Iconography šŸ‘¾

Precursor does not export its own set of iconography in order to try to remain agnostic. However, it does make use of a few icons from the wonderful Feather Icons project.

SSR šŸ¤–

Under the hood, precursor uses trousers šŸ‘– for styling. Trousers requires that you do some configuration to enable SSR. Please follow the guide there for more information: Server side rendering with trousers

Folder structure šŸ“‚

Precursor uses yarn workspaces as the base of the monorepo. Each component can be found as it's own stand-alone package, allowing installation of a sub-set of the components you might need for your project.

Components are categorized into several 'groups':

Inspired by ā¤ļø

Built with...