# Filterable CRUD Table

A plant tracking app with CRUD operations, search, filters, table column resizing, form validation, and more.

<App/>

<ExampleApp
  dir="packages/dev/s2-docs/pages/react-aria/examples/plants"
  defaultSelected="App.tsx"
  type="tailwind"
/>

## Components

<ComponentList
  pages={props.pages}
  components={[
    'react-aria/Button.html',
    'react-aria/Checkbox.html',
    'react-aria/ComboBox.html',
    'react-aria/DatePicker.html',
    'react-aria/DropZone.html',
    'react-aria/Form.html',
    'react-aria/GridList.html',
    'react-aria/Menu.html',
    'react-aria/Modal.html',
    'react-aria/Popover.html',
    'react-aria/SearchField.html',
    'react-aria/Select.html',
    'react-aria/Table.html',
    'react-aria/TagGroup.html',
    'react-aria/TextField.html',
    'react-aria/ToggleButton.html',
    'react-aria/Tooltip.html'
  ]}
/>
