0.2.4 • Published 2 years ago

@manifest-ui/themes v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@manifest-ui/themes

@manifest-ui/themes is a collection of themes for Manifest UI.

# with npm
npm install @manifest-ui/themes

# with yarn
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.

0.2.4

2 years ago

0.0.1

2 years ago

0.0.2

2 years ago

0.2.3

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago