Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added semantic ui syntactic sugar for: form, fields, field and rexport for HTML label tab. #43

Merged
merged 10 commits into from Sep 25, 2017

Conversation

filipstachura
Copy link
Member

@filipstachura filipstachura commented Sep 18, 2017

Save keystrokes when creating Semantic UI forms:

    uiform(
      uifield(
        label('Start date'),
        shiny_text_input('visitors_from', tags$input(type = 'date'), value = '01-01-1980')
      ),
      uifield(
        label('End date'),
        shiny_text_input('visitors_to', tags$input(type = 'date'), value = as.character(today()))
      )
    )

appsilondatascience and others added 8 commits May 4, 2017 10:20
* Initial script for package release. Camel case for DESCRIPTION title.

* Updated README.md images dir path

* Fix for updated README.md images dir path

* Update bash script

* Fixing release script

* Fixes to script vol.2

* Fixes to script vol.3

* Fixes to script vol. 4

* Fixes for script vol.5

* Repaired requested changes in prepare_package_cran.sh

* Changed solution for wrong directory robustness.
Copy link
Contributor

@krystian8207 krystian8207 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No remarks, fell free to merge.

@filipstachura filipstachura changed the base branch from master to develop September 25, 2017 10:34
@filipstachura filipstachura merged commit bf1c5ce into develop Sep 25, 2017
@filipstachura filipstachura deleted the syntactic-sugar branch September 25, 2017 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants