You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

crispy-ui

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crispy-ui

* New components should be added under `/components/[component_name]` path. * For each new component, an index.js file should be created with the following content. ```javascript import [component_name] from './[component_name]';

2.13.14
latest
Source
npmnpm
Version published
Weekly downloads
28
833.33%
Maintainers
1
Weekly downloads
 
Created
Source

crispy-ui

Development

  • New components should be added under /components/[component_name] path.
  • For each new component, an index.js file should be created with the following content.
    import [component_name] from './[component_name]';
    
    export default [component_name];
    
  • This project uses sass/scss as css pre-processor. .scss files should include an underscore as prefix in their names. The valid format is as following: _[component_name].scss.

Publishing

  • To release new version of package, it is needed to add the changes to git first.
  • After that new version which is wanted to be published should be indicated with the command npm version [version_name].
  • At last, you can publish the new version with the command npm publish.

FAQs

Package last updated on 09 Oct 2023

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