All Projects → Pure-UI → pure

Pure-UI / pure

Licence: MIT license
🌱 elegant and lovely components

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to pure

A
A graphical text editor
Stars: ✭ 280 (+937.04%)
Mutual labels:  pure
Dive into haskell
Dive into Haskell: Examples of all features of this Pure Functional programing language
Stars: ✭ 64 (+137.04%)
Mutual labels:  pure
Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (+562.96%)
Mutual labels:  pure
Pure
A set of small, responsive CSS modules that you can use in every web project.
Stars: ✭ 22,090 (+81714.81%)
Mutual labels:  pure
Blink Java
Simplified pure Java http server
Stars: ✭ 10 (-62.96%)
Mutual labels:  pure
Awa Ssh
Purely functional SSH library in ocaml.
Stars: ✭ 80 (+196.3%)
Mutual labels:  pure
indent.js
Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
Stars: ✭ 55 (+103.7%)
Mutual labels:  pure
refind-theme-regular
munlik.deviantart.com/art/rEFInd-theme-512091944
Stars: ✭ 634 (+2248.15%)
Mutual labels:  regular
Icmplib
Easily forge ICMP packets and make your own ping and traceroute.
Stars: ✭ 58 (+114.81%)
Mutual labels:  pure
Pure
♾ PTS: Pure Type System for Erlang
Stars: ✭ 135 (+400%)
Mutual labels:  pure
Turbine
Purely functional frontend framework for building web applications
Stars: ✭ 651 (+2311.11%)
Mutual labels:  pure
Anybar.nim
Nim client for Anybar
Stars: ✭ 5 (-81.48%)
Mutual labels:  pure
Pure
Pretty, minimal and fast ZSH prompt
Stars: ✭ 10,891 (+40237.04%)
Mutual labels:  pure
Aecor
Pure functional event sourcing runtime
Stars: ✭ 299 (+1007.41%)
Mutual labels:  pure
Webgradients
A curated collection of splendid gradients made in CSS3, .sketch and .PSD formats.
Stars: ✭ 2,197 (+8037.04%)
Mutual labels:  pure
tweakflow
Safe embeddable scripting for the JVM
Stars: ✭ 21 (-22.22%)
Mutual labels:  pure
Ui Challenges
UI challenges by Semicolon, we accept challenges on twitter on #SemicolonChallenge
Stars: ✭ 69 (+155.56%)
Mutual labels:  pure
freedsl
Practical effect composition library based on abstract wrapping type and the free monad
Stars: ✭ 37 (+37.04%)
Mutual labels:  pure
Vps
A handy bash script to setup crypto masternodes in no time. Initially developed for $PIVX. Now many more ;-)
Stars: ✭ 220 (+714.81%)
Mutual labels:  pure
Purewebappsample
Minimal http4s + Doobie + ZIO + Circe Scala application to show how to build a purely functional web application in Scala.
Stars: ✭ 123 (+355.56%)
Mutual labels:  pure

pure

build status npm package license

elegant and lovely components

📖 Docs 🏂 Playground

Installation

$ npm install pure-ui --save

Usage

Option 1: with webpack ( Recommended )

import Regular from 'regularjs';
import Pure from 'pure-ui';
// import css
import 'pure-ui/lib/index.css';

Regular.use( Pure );

Option 2: hot-link

<link rel="stylesheet" href="//unpkg.com/pure-ui/lib/index.css">
<script type="text/javascript" src="//unpkg.com/regularjs/dist/regular.js"></script>
<script type="text/javascript" src="//unpkg.com/pure-ui/lib/index.js"></script>
Regular.use( Pure );

Alternatively, you can also register pure-ui in another namespace

var Another = Regular.extend( {} );
Another.use( Pure );

CDN

pure.js pure.css

Contributing

Every contribution is appreciated! But before you start working on your pull request, please read CONTRIBUTING.md first. There are some guidelines and tips you may want to know :)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].