todo-item
v1.0.1arrow_drop_downv1.0.1
v1.0.0
STATUS
Passing
DOWNLOADS
132
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
6 years ago
SIZE
75 KB
Item inside the list, with remove icon.
1 contributor
Like
Install todo-item as a package?
Copied
npm i @bit/joshk.basic-todo-app.todo-item
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
modifieddraft
chevron_left
chevron_right
TodoItem ()
Item inside the list, with remove icon.
Example
Properties
Name | Type | Description |
---|---|---|
text (required) | string | text to be displayed within the item |
index | string | index is the id of the item that returned to remove it |
handleRemoveItem | function | handleRemoveItem is a function that can be called to remove item |