-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
680b4d2
commit 3edbb70
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
# Fractures | ||
|
||
Fractures is a set of low level atomics to help compose larger systems. Only the good parts. | ||
Fractures provide a stable, immutable base for our visual systems, ensuring maintainable code and easier abstractions. We use them to build our [UI](https://ui.helios.graphics). Read the code or the [website](https://fractures.dev). | ||
|
||
### Goals | ||
|
||
- Atomic | ||
- Framework agnostic | ||
- No UI | ||
- Fast in every way | ||
- Manageable cognitive load | ||
- Small footprint | ||
|
||
### This repo publishes 2 packages: | ||
|
||
- `@heliosgraphics/fractures` Atomic CSS. | ||
- `@heliosgraphics/utils` Utility Functions. | ||
- Small cognitive load | ||
- Tiny footprint |