React component for elf-framework
npm install @react-elf/core
import React from 'react';
import { Button } from '@react-elf/button';
const App = () => {
return (
<Button>Click me</Button>
);
};
@elf-framework
React component for elf-framework
npm install @react-elf/core
import React from 'react';
import { Button } from '@react-elf/button';
const App = () => {
return (
<Button>Click me</Button>
);
};
@elf-framework