Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 407 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 407 Bytes

react-elf

React component for elf-framework

Installation

npm install @react-elf/core

Usage

import React from 'react';
import { Button } from '@react-elf/button';

const App = () => {
  return (
    <Button>Click me</Button>
  );
};

Documentation

Documentation

Contributing

Issues

License MIT

Author

@elf-framework