https://github.com/dstoyanoff/e-prim
A set of tools to implement a design system on top of @emotion/css and @emotion/react as well as add some primitive components to make prototyping UI faster and easier
https://github.com/dstoyanoff/e-prim
css-in-js design-system emotion styles typescript
Last synced: 22 days ago
JSON representation
A set of tools to implement a design system on top of @emotion/css and @emotion/react as well as add some primitive components to make prototyping UI faster and easier
- Host: GitHub
- URL: https://github.com/dstoyanoff/e-prim
- Owner: dstoyanoff
- Created: 2022-11-13T09:31:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T07:23:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T02:17:57.104Z (22 days ago)
- Topics: css-in-js, design-system, emotion, styles, typescript
- Language: TypeScript
- Homepage: https://dstoyanoff.github.io/e-prim/
- Size: 990 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# e-prim
[](https://github.com/dstoyanoff/e-prim/actions)
[](https://github.com/dstoyanoff/e-prim/releases)


[](https://github.com/dstoyanoff/e-prim/issues)A tiny (< 3KB gzipped) set of tools to implement a design system on top of @emotion/css and @emotion/react as well as add some primitive components to make prototyping UI faster and easier
Full information can be found on the [documentation website](https://dstoyanoff.github.io/e-prim)
To run the example:
```sh
yarn && yarn example
```