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

beamwind

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beamwind

ready to go beamwind tailwind theme and preflight

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
94
increased by44.62%
Maintainers
1
Weekly downloads
 
Created
Source

beamwind

ready to go beamwind with @beamwind/preflight and @beamwind/preset-tailwind

MIT License Latest Release Github Typescript Bundle Size

Read the docs | API | Change Log | ⚡️ Demo


Installation

npm install beamwind

Usage

Please refer to the main documentation and @beamwind/preset-tailwind for further information.

import { bw } from 'beamwind'

bw`text-purple-500`

For further customization setup is exported:

import { bw, setup } from 'beamwind'

setup({
  colors: {
    'red-500': '#DC2626',
  },
})

bw`text-red-500` // will result in a DC2626 text-color

Contribute

Thanks for being willing to contribute!

This project is free and open-source, so if you think this project can help you or anyone else, you may star it on GitHub. Feel free to open an issue if you have any idea, question, or you've found a bug.

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

We are following the Conventional Commits convention.

Sponsors

Kenoxa GmbH Kenoxa GmbH

License

MIT © Kenoxa GmbH

Keywords

FAQs

Package last updated on 01 Dec 2020

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