An open API service indexing awesome lists of open source software.

https://github.com/edertxodev/namaste-framework

React styling framework
https://github.com/edertxodev/namaste-framework

Last synced: 11 months ago
JSON representation

React styling framework

Awesome Lists containing this project

README

          

# namaste-framework

>

[![NPM](https://img.shields.io/npm/v/namaste-framework.svg)](https://www.npmjs.com/package/namaste-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Build Status](https://travis-ci.org/edertxodw/namaste-framework.svg?branch=master)](https://travis-ci.org/edertxodw/namaste-framework)

## Third party libraries
* [react-dropdown](https://github.com/fraserxu/react-dropdown) by [@fraserxu](https://github.com/fraserxu)

## Install

```bash
npm install --save namaste-framework
```

```bash
yarn add namaste-framework
```

## Usage

```tsx
import * as React from 'react'

import MyComponent from 'namaste-framework'

class Example extends React.Component {
render () {
return (

)
}
}
```

## License

MIT © [edertxodw](https://github.com/edertxodw)