GithubHelp home page GithubHelp logo

enjoyma / pure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pure-ui/pure

0.0 2.0 0.0 2.57 MB

:seedling: elegant and lovely components

Home Page: https://pure.js.org

License: MIT License

JavaScript 36.40% HTML 21.58% CSS 42.02%

pure's Introduction

pure

build status npm package license

elegant and lovely components

๐Ÿ“– Docs ๐Ÿ‚ Playground

Installation

$ npm install pure-ui --save

Usage

Option 1: with webpack

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

Regular.use( Pure );

Option 2: hot-link

<link rel="stylesheet" href="//unpkg.com/pure-ui/dist/pure.css">
<script type="text/javascript" src="//unpkg.com/[email protected]/dist/regular.js"></script>
<script type="text/javascript" src="//unpkg.com/pure-ui/dist/pure.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

pure's People

Contributors

fengzilong avatar npmcdn-to-unpkg-bot avatar jerryni avatar

Watchers

James Cloos avatar EnjoyMa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.