1.1.3 • Published 8 months ago

react-freedom v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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-freedom

Features

<Terminal/>

A headless terminal component.

import { Terminal, useShell } from 'react-freedom'

export function App () {
  const { register } = useShell()

  return <Terminal {...register()}/>
}
1.1.3

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

1.1.2

9 months ago

0.1.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.1

9 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago