UNPKG

@taboo/cms

Version:

A node.js powered CMS (Content Management System) that is built on Koa web framework, uses mongoose for MongoDB connections and has admin dashboard built in React with Mobx and Rsuite. It can be used as React client side application, or as server side ren

8 lines (5 loc) 203 B
import React from 'react'; import { Link } from 'react-router-dom'; import { Button } from 'rsuite'; const ButtonLink = props => <Button componentClass={Link} {...props} />; export default ButtonLink;