Gathering detailed insights and metrics for tcomb-form-native-builder-components
Gathering detailed insights and metrics for tcomb-form-native-builder-components
Gathering detailed insights and metrics for tcomb-form-native-builder-components
Gathering detailed insights and metrics for tcomb-form-native-builder-components
Set of extra formats, transformers and types for `tcomb-form-native`
npm install tcomb-form-native-builder-components
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
262 Commits
1 Forks
3 Watchers
6 Branches
4 Contributors
Updated on Jun 19, 2020
Latest Version
0.0.58
Package Id
tcomb-form-native-builder-components@0.0.58
Unpacked Size
52.25 kB
Size
14.90 kB
File Count
31
NPM Version
6.13.7
Node Version
10.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
17
2
20
Set of extra formats, transformers and types for tcomb-form-native
This module provide some extra components for tcomb-form-native
used by
tcomb-form-native-builder.
Note that they could make use of some customizations and optimizations provided
by it, making them incompatible with standard tcomb-form-native
.
Factories are responsible of drawing the UI component and do the data transformations to serialize the info transparent to the user.
All the components can define their style both by definition or runtime options,
and they'll be combined. To set a component as centered and shrinked, just set
its style to {flexDirection: 'row', justifyContent: 'center'}
.
Allow to get a list of strings as a set of chips buttons.
Open a platform native file selector to select one or several files, and give an URI to operate with them.
mime
type of the files that can be selected. Default: all filesShow a static image, for example a company logo.
multipart/form-data
, but you can also set it as
application/json
.POST
the form infoObjects with methods to do the serialization (format
) and deserialization
(parse
) between the in-wire data format and the one used on the UI components,
in case they need to be different for some reason.
Factory of transformers between a list of strings and a tokenized string. By default, it will split and join using whitespaces.
tcomb types with an associated custom factory to use with tcomb-json-schema. Currently there's one for each one of the factories.
Functions to validate if strings are of a specific format. Current available
ones are date
and email
.
Special function that accept an extended version of the tcomb
schema and
transform it in a regular one.
Extension of select
component, allowing to define an uri
pointing to a JSON
resource with the entries of the select
component, and to define the entries
as a list of objects.
meta.uri
option.id
. Default: id
.label
. Default: label
.uri
placeholders with their actual
value to be used.select
. entries
can be defined as a list of strings, a mapping object with formatted as
value:label
, or a list of objects with fields id
and value
. It can be
a templated string and make use of placeholders to be fully generated.No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More