1.1.0 • Published 5 years ago

react-sapphire v1.1.0

Weekly downloads
15
License
-
Repository
github
Last release
5 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

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago