Skip to content

elf-framework/react-elf

Repository files navigation

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