mirror of
https://github.com/fergalmoran/turnstone.git
synced 2026-01-06 17:14:00 +00:00
a1242eec5d85100995f9c045d7d94e024f93fc03
Create SplitMatch component Create first (WIP) example
turnstone
Install
npm install --save turnstone
Usage
import React from 'react'
import Turnstone from 'turnstone'
import fruits from './data'
const App = () => {
return (
<Turnstone
autoFocus={true}
data={fruits}
dataSearchType={'startswith'}
debounceWait={0}
maxItems={10}
noItemsMessage={'No matching fruit found'}
placeholder={'Type something fruity'}
/>
)
}
export default App
License
MIT © tomsouthall
Description
Languages
JavaScript
99%
CSS
0.5%
HTML
0.4%