Headstorm / foundry-ui

Foundry-UI is a React UI Library built which prioritizes theming, accessibility, and performance. Fully typed with TypeScript, animated by react-spring, themed with styled-components, and made accessible by polished and jest-axe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add functionality to allow replacing constants files

aVileBroker opened this issue · comments

As a user of the UI library without much interest in CSS or styling (but who wants to change the color scheme), I want to be able to use a simple color scheme object like the one exported from hs-ui, but I don't want to have to replace every use of every color through a new styled prop. It's unnecessary and I hate styling and CSS.

AC:
Implement a method for replacing the files in the constants directory with custom ones.