react-freedom
v1.1.3
Published
[react-freedom](https://npmjs.com/package/react-freedom) provides headless React components with maximum flexibility for building web applications.
Downloads
15
Readme
react-freedom
react-freedom provides headless React components with maximum flexibility for building web applications.
Install
# npm
npm install react-freedom
# yarn
yarn add react-freedom
# pnpm
pnpm install react-freedom
#rush
rush add -p react-freedomFeatures
A headless terminal component.
import { Terminal, useShell } from 'react-freedom'
export function App () {
const { register } = useShell()
return <Terminal {...register()}/>
}