GitXplorerGitXplorer
d

precursor

public
7 stars
0 forks
21 issues

Commits

List of commits on branch master.
Verified
b15ef61af5eb51bd16a635caa14304726a9c3aab

Merge pull request #58 from danieldelcore/changeset-release/master

ddanieldelcore committed 4 years ago
Unverified
7bba5b7b01e2017b2b7a4639363c35c4dc97689a

Version Packages

ggithub-actions[bot] committed 4 years ago
Verified
7e9f739858ff2d099f0b0e0e7736374101b488cc

Merge pull request #51 from danieldelcore/theme-schema

ddanieldelcore committed 4 years ago
Unverified
7be2065c0f038a254a91c25cdda162d956564795

🔧 Rename Theme.ts to theme.ts

ddanieldelcore committed 4 years ago
Unverified
9502cf17bfe041f09b51893ec31a77963585b477

✨ Integrate the new theme spec into existing components + adhoc fixes

ddanieldelcore committed 4 years ago
Unverified
f8bffff5a7d6ba8bab74aebf111624d0ea15ca6f

✨ New message component!

ddanieldelcore committed 4 years ago

README

The README file for this repository.

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':

  • packages/common: Shared utilities
  • packages/components: Stand-alone components
  • packages/elements: Primitive components intended for use in new compositions
  • packages/layout: Primitives for arranging components together
  • packages/theming: Themes, tokens and other APIs indended for customization

Inspired by ❤️

Built with...