Alys
A tiny React component library
npm install alys
yarn add alys
import React from 'react';
import Button from 'alys/Button';
export default function MyComponent() {
return <Button basic text="Click me!" />;
}
Copyright 2017-2019 Rodger Jordas
This project is licensed under the terms of the Apache License, Version 2.0.