1.1.0 • Published 6 years ago

react-sapphire v1.1.0

Weekly downloads
15
License
-
Repository
github
Last release
6 years ago

React Sapphire

Installation

To install run the following:

npm install react-sapphire

API documentation

Coming Soon...

Examples:

import React, { Component } from 'react';
import { Button } from "react-sapphire";

class App extends Component {
    
    render() {
        return (
            <div>
                
                <Button />
               
            </div>
        );
    }
}

export default App;
1.1.0

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago