Socket
Socket
Sign inDemoInstall

@manifest-ui/themes

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manifest-ui/themes

Themes for building project44 experiences.


Version published
Weekly downloads
6
decreased by-60%
Maintainers
2
Weekly downloads
 
Created
Source

@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


open in codesandbox


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.

FAQs

Package last updated on 01 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc