New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

f3m-search-terminator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

f3m-search-terminator

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

F3M logo

F3M Search-terminator

React component for faster and simpler web development.

Installation

MpDS Search-Terminator is available as an [npm package](npm i f3m-search-terminator).

// with npm
npm i f3m-search-terminator

Usage

Here is a quick example to get you started, it's all you need:

import * as React from "react";
import F3MSearchTerminator from "f3m-search-terminator";

function App() {
  return (
    <F3MSearchTerminator placeholderInput="Search for gold!"></F3MSearchTerminator>
  );
}

ReactDOM.render(<App />, document.querySelector("#app"));
Props
NameDescriptionDefault
aside
Attach elements to the left side of the input.
any
-
results
It shows the results of the search when it has something.
any
<Table aria-label="simple table" > <TableBody> <TableRow> <TableCell component="td" scope="row" style={{ display: 'flex', alignItems: 'center' }}> <Avatar alt="Cesária Costa" src="../componentAssets/account-circle.svg" style={{ marginRight: 10}} /> Cesária Costa </code> </TableCell> <TableCell>123456789</TableCell> <TableCell>86 anos</TableCell> </TableRow> </TableBody> </Table>
value
Value in the input.
any
-
color
Color of the input.
'primary' | 'secondary'
"primary"
label
Label of the input.
string
'Search'
size
Size of the input.
'medium' | 'small'
'small'
size
Size of the input.
'medium' | 'small'
'small'
variantTextfield
Variant of the textfield.
'filled' | 'outlined' | 'standard'
'outlined'
inputWidth
Width of the input.
number
700
backgroundColorInput
Background color of the input.
any
-
showFilters
Show or hide the filter panel and his content.
boolean
true
showEmptyStateSearch
Show or hide the empty state.
boolean
false
showResults
Show or hide the results.
boolean
false
placeholderInput
Placeholder Input
string
"Search here!"
inputLabelClasses
Classes of the input label
string
-
inputClasses
Classes of the input
string
-
startAdornmentInput
StartAdornment content.
any
<InputAdornment position="start"> <SearchIcon color="primary" fontSize="large" /> </InputAdornment>
endAdornmentInput
EndAdornment content.
any
<InputAdornment position="end"> <IconButton size="small"> <CloseIcon /> </IconButton> </InputAdornment>

Yes, it's really all you need to get started! Try it in: [CodeSandbox](https://codesandbox.io/)

License

No License. "(...) nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."

FAQs

Package last updated on 01 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc