Socket
Socket
Sign inDemoInstall

antd-styled

Package Overview
Dependencies
42
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    antd-styled

AntdD + styled system. Extended antd components with additional style properties


Version published
Weekly downloads
11
decreased by-88.78%
Maintainers
3
Install size
5.41 MB
Created
Weekly downloads
 

Readme

Source

antd-styled

AntdD + styled system. Extended antd components with additional style properties

NPM JavaScript Style Guide

Install

npm install --save antd-styled

Usage

import React, { Component } from 'react'

import MyComponent from 'antd-styled'
import 'antd-styled/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

StoryBook

https://bllago.github.io/antd-styled/

Deploy Storybook changes to GitPages

Switch to root directory, then push changes and deploy it to GitPages:

git add . && git commit -m 'Commit message...' && git push && npm publish && npm run deploy-storybook

Playground

Switch to root directory and run project:

npm start

Then switch to playground directory "example" and run project:

npm start

Then switch back to root directory and run storybook :

npm run storybook

License

MIT © alexpassss

FAQs

Last updated on 01 Jul 2021

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