Socket
Socket
Sign inDemoInstall

styled-minimal

Package Overview
Dependencies
102
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    styled-minimal

Minimal UI toolkit with styled-components


Version published
Weekly downloads
152
decreased by-20.83%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

styled-minimal

Build Status Dependencies Maintainability Test Coverage

A React-based UI toolkit with styled-components and styled-system.

View the Storybook docs

Try it out on CodeSandbox

Setup

npm i styled-minimal styled-components

Import

import { Box, Button, Container, Flex, Heading } from 'styled-minimal';

const MyComponent = () => {
  return (
    <Container>
      <Flex>
        <Heading>Hello</Heading>
        <Box mx="auto" />
        <Button>Click Me</Button>
      </Flex>
    </Container>
  );
};

License

This project is made available under the MIT License.

Keywords

FAQs

Last updated on 21 Mar 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc