piratex

Stylish snippets for bootstrap

Usage no npm install needed!

<script type="module">
  import piratex from 'https://cdn.skypack.dev/piratex';
</script>

README

PirateX

PirateX is a collection of design snippets based on Bootstrap for fast prototyping.

Available Styled Components

  • Box
  • Buttons
  • Cards
  • Input field
  • Intro header

Installation

Install the dependencies and devDependencies and start the server.

$ npm install piratex

Development

Want to contribute? Great!

  • Use the "scss/piratex.scss" to import your scss style file for new component design

  • Create new html file inside "examples" folder" for new component (use the blank-template.html format)

Compile dependency files

npm run watch 

BrowserSync command

npm run sync