Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@south-paw/styled-suite

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@south-paw/styled-suite

Some simple helpers and components to reduce boilerplate when building themed UIs

  • 0.0.7-alpha
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

styled-suite

🏨 Some simple helpers and components to reduce boilerplate when building themed UIs

npm CI Status Coveralls Status Dependencies Dev Dependencies


About

The goal of styled-suite is to provide some simple helpers and low level components for more easily building themed user interfaces in React. These helpers and components are things I commonly find myself writting over and over again in each project I work on so I've attempted to abstract them out for my own sanity and hopefuly you'll find them useful too.

There are a few other projects out there in this space that have inspired styled-suite (namely styled-system and styled-typography) but my reason for adding another one to this space is that I find the existing ones too perscriptive or 'over the top' when I need something simpler and permissive.

styled-suite provides helpers that align with the System UI Theme Specification and are intended to be used alongside another library such as styled-components. It also has two helpful components which provide quick, easy and configurable typography elements.

Getting Started

helpers

  • define system ui theme spec for themeprovider
  • use helper in your component's css-in-js to fetch a key
  • extra: change the units of a fetched key
  • extra: modify a fetched key with polished or similar

typography components

  • define styled-suite typography config
  • use typography components

TODO

  • Tests
  • Gatsby site for docs and component storybook?
  • Finish readme

Issues and Bugs

If you manage to find any, please report them here so they can be squashed.

Development and Contributing

Grab the repo and then install dependencies with yarn.

# todo

License

MIT, see the LICENSE file.

Keywords

FAQs

Package last updated on 11 Sep 2019

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