@manifest-ui/themes
@manifest-ui/themes is a collection of themes for Manifest UI.
npm install @manifest-ui/themes
yarn add @manifest-ui/themes
import { Box, ManifestProvider } from "@manifest-ui/react";
import { wireframe } from "@manifest-ui/themes";
export default function App() {
return (
<ManifestProvider theme={wireframe}>
<Box
css={{
bg: "$blue100",
p: "$8"
}}
>
<h1>Hello Manifest UI</h1>
<p>Start editing to see some magic happen!</p>
</Box>
</ManifestProvider>
);
}
Documentation
For full documentation, visit zeroheight.
Contributing
Please follow our contributing guidelines.
Authors
- Sam Rose (@samrose3) - project44
- Could be you! DM me on Twitter if you are interested in joining our team 🎉
License
Licensed under the MIT License, Copyright © 2021-present project44.
See LICENSE for more information.