@aussieljk/frosted
v0.0.1-4
Published
@aussieljk/frosted design system
Readme
[!WARNING] The design system is still a work in progress so you can expect some breaking changes.
Getting Started
Install @aussieljk/frosted:
$ bun add @aussieljk/frostedImport the global CSS file at the root of your application:
import '@aussieljk/frosted/styles.css';Add the Theme component:
import { Theme } from '@aussieljk/frosted';
export default function () {
return (
<html>
<body>
<Theme>
<MyApp />
</Theme>
</body>
</html>
);
}Acknowledgments
@aussieljk/frosted is heavily based on Radix Themes design system and Radix Icons.
